From 8a2698e6aa6da607a53e66ae822ed7936e571696 Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Fri, 16 Jun 2017 01:20:28 -0500 Subject: [PATCH] Remove last traces of configure.in --- Makefile.in | 4 ++-- gbversion.h | 2 +- gbversion.h.in | 2 +- gdb.cc | 2 +- tools/release-process | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index 83af60484..a7ca70f0e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,7 +11,7 @@ srcdir = @srcdir@ VPATH = @srcdir@ -# version and release are defined in the head of configure.in +# version and release are defined in the head of configure.ac # don't forget 'autoconf' if you change them VERSD=@GBMAJOR@.@GBMINOR@.@GBMICRO@ VERSU=@GBMAJOR@_@GBMINOR@_@GBMICRO@ @@ -174,7 +174,7 @@ clean: if [ -f gui/Makefile ]; then $(MAKE) -C gui clean; fi $(srcdir)/test-all -W -configure: configure.in +configure: configure.ac autoconf tag: diff --git a/gbversion.h b/gbversion.h index e8845b21c..4686090c0 100644 --- a/gbversion.h +++ b/gbversion.h @@ -1,6 +1,6 @@ /* * gbversion.h is generated from gbversion.h.in which uses autoconf voodoo - * to get the version number from configure.in. + * to get the version number from configure.ac. * * Isn't simplification via automation grand? */ diff --git a/gbversion.h.in b/gbversion.h.in index e15e4bb11..c7320d2a1 100644 --- a/gbversion.h.in +++ b/gbversion.h.in @@ -1,6 +1,6 @@ /* * gbversion.h is generated from gbversion.h.in which uses autoconf voodoo - * to get the version number from configure.in. + * to get the version number from configure.ac. * * Isn't simplification via automation grand? */ diff --git a/gdb.cc b/gdb.cc index fb25c35e2..7060c6387 100644 --- a/gdb.cc +++ b/gdb.cc @@ -1204,7 +1204,7 @@ write_header(void) "A].GPSBabel-1.3.2*Nov 01 2006*22:23:39" - gpsbabel 1.3.2 New since 11/01/2006: - version: version and release of gpsbabel (defined in configure.in) + version: version and release of gpsbabel (defined in configure.ac) timestamp: date and time of gdb.c (handled by CVS) "A].GPSBabel-1.3.2*Nov 01 2006*22:23:39" - gpsbabel 1.3.2 diff --git a/tools/release-process b/tools/release-process index 46bbd9f63..99c3fb574 100644 --- a/tools/release-process +++ b/tools/release-process @@ -1,7 +1,7 @@ 0) Ensure 'changes' file is up to date. Regenerate capabilties. (done by 'make doc') Refresh public web version. -1) Bump version in configure.in. Commit that. +1) Bump version in configure.ac. Commit that. 2) Go to empty directory. Check out tree. 3) 'make release' 4) Visit https://sourceforge.net/project/admin/editpackages.php?group_id=58972 -- 2.30.2